projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfe7296
)
(icomplete-get-keys): Use `t' for the second arg `visible-ok'
author
Juri Linkov
<juri@jurta.org>
Fri, 17 Feb 2006 21:54:35 +0000
(21:54 +0000)
committer
Juri Linkov
<juri@jurta.org>
Fri, 17 Feb 2006 21:54:35 +0000
(21:54 +0000)
of `other-buffer' to find the right original buffer.
lisp/icomplete.el
patch
|
blob
|
history
diff --git
a/lisp/icomplete.el
b/lisp/icomplete.el
index 191f1d324e64afb1b59a134baf5489bab0cb90c2..f53ef7c91d17c93dac17a25fd88a541f8d8f59e5 100644
(file)
--- a/
lisp/icomplete.el
+++ b/
lisp/icomplete.el
@@
-146,7
+146,7
@@
is minibuffer."
(if (commandp func-name)
(save-excursion
(let* ((sym (intern func-name))
- (buf (other-buffer))
+ (buf (other-buffer
nil t
))
(map (save-excursion (set-buffer buf) (current-local-map)))
(keys (where-is-internal sym map)))
(if keys